func golang.org/x/net/trace.bucketBoundary
8 uses
golang.org/x/net/trace (current package)
histogram.go#L143: min := bucketBoundary(j)
histogram.go#L149: max := bucketBoundary(j)
histogram.go#L155: bucketMin := bucketBoundary(uint8(i))
histogram.go#L156: nextBucketMin := bucketBoundary(uint8(i + 1))
histogram.go#L161: return bucketBoundary(bucketCount - 1)
histogram.go#L245: func bucketBoundary(bucket uint8) int64 {
histogram.go#L300: upperBound = bucketBoundary(uint8(i + 1))
histogram.go#L305: Lower: bucketBoundary(uint8(i)),
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)